home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / ckit254.zip / WHATS.NEW < prev   
Text File  |  1992-12-01  |  2KB  |  62 lines

  1. v.2.54
  2. 12/01/92
  3.  
  4. -  Fix problem with higher IRQ's.   CKIT has been tested and
  5.    will work with interrupts 0-15 and any port address.
  6.    The irq should be entered in decimal. (the port is in hex).
  7.    i.e. PORT:03E8:12 tells CKIT to use port 03E8 interrupt 12.
  8.  
  9. -  Cleaned some up code with optimization.
  10.  
  11. v.2.52
  12. 10/22/92
  13.  
  14. -  Changed _ck_gen_msgs and ck_logoff_msgs so that they use
  15.    standard output instead of BIOS.  This will allow use of
  16.    ANSI controls in message strings to change colors, cursor
  17.    control etc.
  18.  
  19. -  Fixed a bug in the ck_get_cmdline() routine.
  20.  
  21. v.2.50
  22. 09/17/92
  23.  
  24. -  Added Support for Digiboard Universal driver for Digiboards.
  25.    Use same as the Fossil command to open_door.
  26.    Instead of F in the port command, use a D. (for Digiboard)
  27.    PORT:D:x    -  x equal channel number.
  28.  
  29. -  Added Support for higher interrupts (8-15).
  30.  
  31. -  Updated CKIT.H to make it more compatible with C++ compilers and
  32.    added/corrected a few ckit variables that were missing.
  33.  
  34. 04/25/92
  35.  
  36. -  Changed CKIT to use less near heap space.
  37.    There is now approx. 4.3K more near data
  38.    space in the small and medium models and
  39.    2.2K more near data space in the large
  40.    memory model.
  41.  
  42. 04/22/92
  43.  
  44. -  Fixed CKIT to handle node numbers greater than 99 with door.sys
  45.  
  46. -  Fixed CKIT to be compatible with PCB14.5A /X version for node
  47.    numbers when using pcboard.sys.
  48.  
  49. 04/12/92
  50.  
  51. -  Added ck_NO_STATUS.  When TRUE, tells CKIT not to create
  52.    a status line.    Must be set to desired state before
  53.    open_door() is called.  Once open_door() is called,
  54.    it cannot be changed.
  55.  
  56.  
  57. -  Optimized some code in the large model's ck_input() and
  58.    corrected a bug at the same time.  At times, ck_input
  59.    was skipping a character in the input bufer.
  60.    Corrected.
  61.  
  62.